home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20041116-20060924
/
000383_contracer11@gmail.com_Wed Jul 12 12:31:12 2006.msg
< prev
next >
Wrap
Internet Message Format
|
2006-09-27
|
2KB
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!newshub.sdsu.edu!border1.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!75g2000cwc.googlegroups.com!not-for-mail
From: contracer11@gmail.com
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Cannot su to root
Date: 10 Jul 2006 18:42:41 -0700
Organization: http://groups.google.com
Lines: 44
Message-ID: <1152582161.396037.164220@75g2000cwc.googlegroups.com>
References: <1152576573.476939.97800@h48g2000cwc.googlegroups.com>
NNTP-Posting-Host: 200.173.10.184
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1152582166 7739 127.0.0.1 (11 Jul 2006 01:42:46 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Tue, 11 Jul 2006 01:42:46 +0000 (UTC)
In-Reply-To: <1152576573.476939.97800@h48g2000cwc.googlegroups.com>
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; TheFreeDictionary.com; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe)
X-HTTP-Via: 1.1 smmtznap002 (NetCache NetApp/5.6.2R1)
Complaints-To: groups-abuse@google.com
Injection-Info: 75g2000cwc.googlegroups.com; posting-host=200.173.10.184;
posting-account=2iG4AA0AAAC6LlGHhsiKFlhP3V-2NGzy
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15637
Please discart this message. Problem solved...
I used "learn on" kermit command and I got what I wanted...
contracer11@gmail.com wrote:
> Hi all:
> I=B4m trying su to root in this unix account without success. Can you
> help me ?
>
>
> VAX1 =BB ty sm.com
> set host 171.20.10.15
> input 3 login:
> output schwarz\13
> input 3 password
> output sun123\13
> input 3 $
> output pwd\13
> input 3 $
> output su\13
> input 3 Password
> if fail stop 1 erro
> output sun321\13
> input 3 #
> if fail stop 1 erro
> output who -a\13
> input 3 #
> output 3 ls\13
> close
> exit
> VAX1 =BB
> VAX1 =BB kermit sm.com
> login: schwarz
> Password:
> Last login: Mon Jul 10 21:01:01 from vax1.corp.com
> $ pwd
> /export/home/users/schwarz
> $ su
> Password:
>
> VAX1 =BB
>=20
>=20
> I can login in schwarz account, but I can=B4t su to root...